home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Demos
/
DDMViewer.app
/
English.lproj
/
MaskPanel.nib
/
data.classes
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-08-26
|
466 b
|
36 lines
XPRViewer = {
ACTIONS = {
appDidInit:;
openPanel:;
windowWillClose:;
registerMaskPanel:;
};
OUTLETS = {
viewerWindow;
};
SUPERCLASS = Application;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
ErrorPanel = {
ACTIONS = {
Proceed:;
};
SUPERCLASS = Panel;
};
MaskPanel = {
ACTIONS = {
init:;
};
OUTLETS = {
theMatrix;
theViewer;
ErrorAlert;
theWindow;
};
SUPERCLASS = Object;
};